mirror of
https://github.com/julia-actions/julia-buildpkg.git
synced 2026-02-16 19:16:55 +08:00
Fix vulns in dev deps with npm audit fix
This commit is contained in:
39
node_modules/uglify-js/package.json
generated
vendored
39
node_modules/uglify-js/package.json
generated
vendored
@@ -1,34 +1,27 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"uglify-js@3.6.0",
|
||||
"C:\\Users\\david\\source\\julia-runtest"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "uglify-js@3.6.0",
|
||||
"_id": "uglify-js@3.6.0",
|
||||
"_from": "uglify-js@^3.1.4",
|
||||
"_id": "uglify-js@3.6.8",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-W+jrUHJr3DXKhrsS7NUVxn3zqMOFn0hL/Ei6v0anCIMoKC93TjcflTagwIHLW7SfMFfiQuktQyFVCFHGUE0+yg==",
|
||||
"_integrity": "sha512-XhHJ3S3ZyMwP8kY1Gkugqx3CJh2C3O0y8NPiSxtm1tyD/pktLAkFZsFGpuNfTZddKDQ/bbDBLAd2YyA1pbi8HQ==",
|
||||
"_location": "/uglify-js",
|
||||
"_optional": true,
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "uglify-js@3.6.0",
|
||||
"raw": "uglify-js@^3.1.4",
|
||||
"name": "uglify-js",
|
||||
"escapedName": "uglify-js",
|
||||
"rawSpec": "3.6.0",
|
||||
"rawSpec": "^3.1.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.6.0"
|
||||
"fetchSpec": "^3.1.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/handlebars"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.6.0.tgz",
|
||||
"_spec": "3.6.0",
|
||||
"_where": "C:\\Users\\david\\source\\julia-runtest",
|
||||
"_resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.6.8.tgz",
|
||||
"_shasum": "5edcbcf9d49cbb0403dc49f856fe81530d65145e",
|
||||
"_spec": "uglify-js@^3.1.4",
|
||||
"_where": "H:\\Sascha\\Documents\\Julia\\julia-actions\\julia-buildpkg\\node_modules\\handlebars",
|
||||
"author": {
|
||||
"name": "Mihai Bazon",
|
||||
"email": "mihai.bazon@gmail.com",
|
||||
@@ -40,14 +33,16 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/mishoo/UglifyJS2/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"commander": "~2.20.0",
|
||||
"commander": "~2.20.3",
|
||||
"source-map": "~0.6.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "JavaScript parser, mangler/compressor and beautifier toolkit",
|
||||
"devDependencies": {
|
||||
"acorn": "~6.1.1",
|
||||
"semver": "~6.0.0"
|
||||
"acorn": "~7.1.0",
|
||||
"semver": "~6.3.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.8.0"
|
||||
@@ -104,5 +99,5 @@
|
||||
"scripts": {
|
||||
"test": "node test/compress.js && node test/mocha.js"
|
||||
},
|
||||
"version": "3.6.0"
|
||||
"version": "3.6.8"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user