aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-07-19 17:07:00 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:57 +0300
commit77ba9b192ab2c78107ff442db698bb5c8d59d68f (patch)
tree19b76dd92b11e6b05554a0d8ddff94346646e90d
parent81c279c6a1a0be1735ec4c75a11ae45d3764f0ca (diff)
Bump webpack from 5.45.0 to 5.45.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.45.0 to 5.45.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.45.0...v5.45.1) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--vnext/package-lock.json29
-rw-r--r--vnext/package.json2
2 files changed, 12 insertions, 19 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json
index 751b7bb8..dfb404d8 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -4147,12 +4147,6 @@
"acorn-walk": "^7.1.1"
}
},
- "acorn-import-assertions": {
- "version": "1.7.1",
- "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.7.1.tgz",
- "integrity": "sha512-Wc7PWe2G9s9E3aPaKDvOgV00xn1HIetG3VxPs+Jtr/4nHpdfLZ/0JbEVM83QCUqV4fYilbMb+y5SSXHMzP8AVw==",
- "dev": true
- },
"acorn-jsx": {
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.1.tgz",
@@ -16202,12 +16196,12 @@
}
},
"schema-utils": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.0.tgz",
- "integrity": "sha512-tTEaeYkyIhEZ9uWgAjDerWov3T9MgX8dhhy2r0IGeeX4W8ngtGl1++dUve/RUqzuaASSh7shwCDJjEzthxki8w==",
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz",
+ "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==",
"dev": true,
"requires": {
- "@types/json-schema": "^7.0.7",
+ "@types/json-schema": "^7.0.8",
"ajv": "^6.12.5",
"ajv-keywords": "^3.5.2"
}
@@ -16853,9 +16847,9 @@
"dev": true
},
"webpack": {
- "version": "5.45.0",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.45.0.tgz",
- "integrity": "sha512-nQvbBscZztZ+92n10ZpGJc979lH/DGTCHRqCbjez3Dha7yWiEW+zlnyq5xQo7CxFmn8BtI37eok1/dW7p+htxw==",
+ "version": "5.45.1",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.45.1.tgz",
+ "integrity": "sha512-68VT2ZgG9EHs6h6UxfV2SEYewA9BA3SOLSnC2NEbJJiEwbAiueDL033R1xX0jzjmXvMh0oSeKnKgbO2bDXIEyQ==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",
@@ -16864,7 +16858,6 @@
"@webassemblyjs/wasm-edit": "1.11.1",
"@webassemblyjs/wasm-parser": "1.11.1",
"acorn": "^8.4.1",
- "acorn-import-assertions": "1.7.1",
"browserslist": "^4.14.5",
"chrome-trace-event": "^1.0.2",
"enhanced-resolve": "^5.8.0",
@@ -16903,12 +16896,12 @@
"dev": true
},
"schema-utils": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.0.tgz",
- "integrity": "sha512-tTEaeYkyIhEZ9uWgAjDerWov3T9MgX8dhhy2r0IGeeX4W8ngtGl1++dUve/RUqzuaASSh7shwCDJjEzthxki8w==",
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz",
+ "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==",
"dev": true,
"requires": {
- "@types/json-schema": "^7.0.7",
+ "@types/json-schema": "^7.0.8",
"ajv": "^6.12.5",
"ajv-keywords": "^3.5.2"
}
diff --git a/vnext/package.json b/vnext/package.json
index 68d4d10e..5d17e214 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -39,7 +39,7 @@
"style-loader": "^3.1.0",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
- "webpack": "^5.45.0",
+ "webpack": "^5.45.1",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
},