aboutsummaryrefslogtreecommitdiff
path: root/vnext/package-lock.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-08-02 17:09:27 +0000
committerGravatar Vitaly Takmazov2023-01-13 10:37:57 +0300
commita59f2654033963eef59aa946e74be063fb7dce28 (patch)
tree99bf90550f747b6f755f5b1315414c591885453b /vnext/package-lock.json
parent9a10b2bcde6cb487a7fd52138758b4ec5c5855b0 (diff)
Bump webpack from 5.47.1 to 5.48.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.47.1 to 5.48.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.47.1...v5.48.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext/package-lock.json')
-rw-r--r--vnext/package-lock.json21
1 files changed, 14 insertions, 7 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json
index f1ade123..52b4ea82 100644
--- a/vnext/package-lock.json
+++ b/vnext/package-lock.json
@@ -4172,6 +4172,12 @@
"acorn-walk": "^7.1.1"
}
},
+ "acorn-import-assertions": {
+ "version": "1.7.6",
+ "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.7.6.tgz",
+ "integrity": "sha512-FlVvVFA1TX6l3lp8VjDnYYq7R1nyW6x3svAt4nDgrWQ9SBaSh9CnbwgSUTasgfNfOG5HlM1ehugCvM+hjo56LA==",
+ "dev": true
+ },
"acorn-jsx": {
"version": "5.3.2",
"resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
@@ -16867,9 +16873,9 @@
"dev": true
},
"webpack": {
- "version": "5.47.1",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.47.1.tgz",
- "integrity": "sha512-cW+Mzy9SCDapFV4OrkHuP6EFV2mAsiQd+gOa3PKtHNoKg6qPqQXZzBlHH+CnQG1osplBCqwsJZ8CfGO6XWah0g==",
+ "version": "5.48.0",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.48.0.tgz",
+ "integrity": "sha512-CGe+nfbHrYzbk7SKoYITCgN3LRAG0yVddjNUecz9uugo1QtYdiyrVD8nP1PhkNqPfdxC2hknmmKpP355Epyn6A==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",
@@ -16878,6 +16884,7 @@
"@webassemblyjs/wasm-edit": "1.11.1",
"@webassemblyjs/wasm-parser": "1.11.1",
"acorn": "^8.4.1",
+ "acorn-import-assertions": "^1.7.6",
"browserslist": "^4.14.5",
"chrome-trace-event": "^1.0.2",
"enhanced-resolve": "^5.8.0",
@@ -16894,7 +16901,7 @@
"tapable": "^2.1.1",
"terser-webpack-plugin": "^5.1.3",
"watchpack": "^2.2.0",
- "webpack-sources": "^3.1.1"
+ "webpack-sources": "^3.2.0"
},
"dependencies": {
"@types/estree": {
@@ -17362,9 +17369,9 @@
}
},
"webpack-sources": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.1.1.tgz",
- "integrity": "sha512-ztUmIWq0LWaw+1YyR3bXtUPjt8vQedtI9WxGn/q1V1ASHsombnaso7MN9S25lzKS/OuC9Q8lEg3GsZexjDbdlQ==",
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.0.tgz",
+ "integrity": "sha512-fahN08Et7P9trej8xz/Z7eRu8ltyiygEo/hnRi9KqBUs80KeDcnf96ZJo++ewWd84fEf3xSX9bp4ZS9hbw0OBw==",
"dev": true
},
"websocket-driver": {