fix dependabot alerts - update shelljs
This commit is contained in:
parent
41e730dc76
commit
2873a8c541
24
src/Web/WebSPA/Client/package-lock.json
generated
24
src/Web/WebSPA/Client/package-lock.json
generated
@ -17773,7 +17773,7 @@
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"commander": "^2.8.1",
|
||||
"eslint": "^2.7.0",
|
||||
"eslint": "8.10.0",
|
||||
"front-matter": "2.1.2",
|
||||
"fs-extra": "^3.0.1",
|
||||
"glob": "^7.0.0",
|
||||
@ -17854,8 +17854,8 @@
|
||||
}
|
||||
},
|
||||
"node_modules/sass-lint/node_modules/eslint": {
|
||||
"version": "2.13.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint/-/eslint-2.13.1.tgz",
|
||||
"version": "8.10.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.10.0.tgz",
|
||||
"integrity": "sha1-5MyPoPAJ+4KaquI4VaKTYL4fbBE=",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
@ -17887,7 +17887,7 @@
|
||||
"pluralize": "^1.2.1",
|
||||
"progress": "^1.1.8",
|
||||
"require-uncached": "^1.0.2",
|
||||
"shelljs": "^0.6.0",
|
||||
"shelljs": "0.8.5",
|
||||
"strip-json-comments": "~1.0.1",
|
||||
"table": "^3.7.8",
|
||||
"text-table": "~0.2.0",
|
||||
@ -18597,8 +18597,8 @@
|
||||
}
|
||||
},
|
||||
"node_modules/shelljs": {
|
||||
"version": "0.6.1",
|
||||
"resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.6.1.tgz",
|
||||
"version": "0.8.5",
|
||||
"resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz",
|
||||
"integrity": "sha1-7GIRvtGSBEIIj+D3Cyg3Iy7SyKg=",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
@ -36224,7 +36224,7 @@
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"commander": "^2.8.1",
|
||||
"eslint": "^2.7.0",
|
||||
"eslint": "8.10.0",
|
||||
"front-matter": "2.1.2",
|
||||
"fs-extra": "^3.0.1",
|
||||
"glob": "^7.0.0",
|
||||
@ -36291,8 +36291,8 @@
|
||||
}
|
||||
},
|
||||
"eslint": {
|
||||
"version": "2.13.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint/-/eslint-2.13.1.tgz",
|
||||
"version": "8.10.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.10.0.tgz",
|
||||
"integrity": "sha1-5MyPoPAJ+4KaquI4VaKTYL4fbBE=",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
@ -36324,7 +36324,7 @@
|
||||
"pluralize": "^1.2.1",
|
||||
"progress": "^1.1.8",
|
||||
"require-uncached": "^1.0.2",
|
||||
"shelljs": "^0.6.0",
|
||||
"shelljs": "0.8.5",
|
||||
"strip-json-comments": "~1.0.1",
|
||||
"table": "^3.7.8",
|
||||
"text-table": "~0.2.0",
|
||||
@ -36878,8 +36878,8 @@
|
||||
"dev": true
|
||||
},
|
||||
"shelljs": {
|
||||
"version": "0.6.1",
|
||||
"resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.6.1.tgz",
|
||||
"version": "0.8.5",
|
||||
"resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz",
|
||||
"integrity": "sha1-7GIRvtGSBEIIj+D3Cyg3Iy7SyKg=",
|
||||
"dev": true
|
||||
},
|
||||
|
@ -4057,45 +4057,6 @@
|
||||
"resolved" "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz"
|
||||
"version" "1.3.0"
|
||||
|
||||
"eslint@^2.7.0":
|
||||
"integrity" "sha1-5MyPoPAJ+4KaquI4VaKTYL4fbBE="
|
||||
"resolved" "https://registry.npmjs.org/eslint/-/eslint-2.13.1.tgz"
|
||||
"version" "2.13.1"
|
||||
dependencies:
|
||||
"chalk" "^1.1.3"
|
||||
"concat-stream" "^1.4.6"
|
||||
"debug" "^2.1.1"
|
||||
"doctrine" "^1.2.2"
|
||||
"es6-map" "^0.1.3"
|
||||
"escope" "^3.6.0"
|
||||
"espree" "^3.1.6"
|
||||
"estraverse" "^4.2.0"
|
||||
"esutils" "^2.0.2"
|
||||
"file-entry-cache" "^1.1.1"
|
||||
"glob" "^7.0.3"
|
||||
"globals" "^9.2.0"
|
||||
"ignore" "^3.1.2"
|
||||
"imurmurhash" "^0.1.4"
|
||||
"inquirer" "^0.12.0"
|
||||
"is-my-json-valid" "^2.10.0"
|
||||
"is-resolvable" "^1.0.0"
|
||||
"js-yaml" "^3.5.1"
|
||||
"json-stable-stringify" "^1.0.0"
|
||||
"levn" "^0.3.0"
|
||||
"lodash" "^4.0.0"
|
||||
"mkdirp" "^0.5.0"
|
||||
"optionator" "^0.8.1"
|
||||
"path-is-absolute" "^1.0.0"
|
||||
"path-is-inside" "^1.0.1"
|
||||
"pluralize" "^1.2.1"
|
||||
"progress" "^1.1.8"
|
||||
"require-uncached" "^1.0.2"
|
||||
"shelljs" "^0.6.0"
|
||||
"strip-json-comments" "~1.0.1"
|
||||
"table" "^3.7.8"
|
||||
"text-table" "~0.2.0"
|
||||
"user-home" "^2.0.0"
|
||||
|
||||
"eslint@^6.8.0":
|
||||
"integrity" "sha512-K+Iayyo2LtyYhDSYwz5D5QdWw0hCacNzyq1Y821Xna2xSJj7cijoLLYmLxTQgcgZ9mC61nryMy9S7GRbYpI5Ig=="
|
||||
"resolved" "https://registry.npmjs.org/eslint/-/eslint-6.8.0.tgz"
|
||||
@ -4139,6 +4100,45 @@
|
||||
"text-table" "^0.2.0"
|
||||
"v8-compile-cache" "^2.0.3"
|
||||
|
||||
"eslint@8.10.0":
|
||||
"integrity" "sha1-5MyPoPAJ+4KaquI4VaKTYL4fbBE="
|
||||
"resolved" "https://registry.npmjs.org/eslint/-/eslint-8.10.0.tgz"
|
||||
"version" "8.10.0"
|
||||
dependencies:
|
||||
"chalk" "^1.1.3"
|
||||
"concat-stream" "^1.4.6"
|
||||
"debug" "^2.1.1"
|
||||
"doctrine" "^1.2.2"
|
||||
"es6-map" "^0.1.3"
|
||||
"escope" "^3.6.0"
|
||||
"espree" "^3.1.6"
|
||||
"estraverse" "^4.2.0"
|
||||
"esutils" "^2.0.2"
|
||||
"file-entry-cache" "^1.1.1"
|
||||
"glob" "^7.0.3"
|
||||
"globals" "^9.2.0"
|
||||
"ignore" "^3.1.2"
|
||||
"imurmurhash" "^0.1.4"
|
||||
"inquirer" "^0.12.0"
|
||||
"is-my-json-valid" "^2.10.0"
|
||||
"is-resolvable" "^1.0.0"
|
||||
"js-yaml" "^3.5.1"
|
||||
"json-stable-stringify" "^1.0.0"
|
||||
"levn" "^0.3.0"
|
||||
"lodash" "^4.0.0"
|
||||
"mkdirp" "^0.5.0"
|
||||
"optionator" "^0.8.1"
|
||||
"path-is-absolute" "^1.0.0"
|
||||
"path-is-inside" "^1.0.1"
|
||||
"pluralize" "^1.2.1"
|
||||
"progress" "^1.1.8"
|
||||
"require-uncached" "^1.0.2"
|
||||
"shelljs" "0.8.5"
|
||||
"strip-json-comments" "~1.0.1"
|
||||
"table" "^3.7.8"
|
||||
"text-table" "~0.2.0"
|
||||
"user-home" "^2.0.0"
|
||||
|
||||
"espree@^3.1.6":
|
||||
"integrity" "sha512-yAcIQxtmMiB/jL32dzEp2enBeidsB7xWPLNiw3IIkpVds1P+h7qF9YwJq1yUNzp2OKXgAprs4F61ih66UsoD1A=="
|
||||
"resolved" "https://registry.npmjs.org/espree/-/espree-3.5.4.tgz"
|
||||
@ -8684,7 +8684,7 @@
|
||||
"version" "1.13.1"
|
||||
dependencies:
|
||||
"commander" "^2.8.1"
|
||||
"eslint" "^2.7.0"
|
||||
"eslint" "8.10.0"
|
||||
"front-matter" "2.1.2"
|
||||
"fs-extra" "^3.0.1"
|
||||
"glob" "^7.0.0"
|
||||
@ -9004,10 +9004,10 @@
|
||||
"resolved" "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz"
|
||||
"version" "3.0.0"
|
||||
|
||||
"shelljs@^0.6.0":
|
||||
"shelljs@0.8.5":
|
||||
"integrity" "sha1-7GIRvtGSBEIIj+D3Cyg3Iy7SyKg="
|
||||
"resolved" "https://registry.npmjs.org/shelljs/-/shelljs-0.6.1.tgz"
|
||||
"version" "0.6.1"
|
||||
"resolved" "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz"
|
||||
"version" "0.8.5"
|
||||
|
||||
"shiki@^0.10.0":
|
||||
"integrity" "sha512-VsY7QJVzU51j5o1+DguUd+6vmCmZ5v/6gYu4vyYAhzjuNQU6P/vmSy4uQaOhvje031qQMiW0d2BwgMH52vqMng=="
|
||||
|
Loading…
x
Reference in New Issue
Block a user