aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-07-29 21:08:01 +0000
committerGravatar vitalyster2021-07-30 02:08:31 +0300
commit4087ee6fb906946484c0cfac4d9fe58701d1499d (patch)
treef3265b4b877141148c319fa8778c90f3363ab7d3 /package-lock.json
parente8b0adab2aecc233a090f98c569931871f977ba4 (diff)
Bump webpack from 5.47.0 to 5.47.1
Bumps [webpack](https://github.com/webpack/webpack) from 5.47.0 to 5.47.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.47.0...v5.47.1) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index 2acbc49a..30deec78 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2029,9 +2029,9 @@
}
},
"buffer-from": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz",
- "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==",
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
+ "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
"dev": true
},
"call-bind": {
@@ -8040,9 +8040,9 @@
}
},
"webpack": {
- "version": "5.47.0",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.47.0.tgz",
- "integrity": "sha512-soKLGwcUM1R3YEbJhJNiZzy7T43TnI7ENda/ywfDp9G1mDlDTpO+qfc8I5b0AzMr9xM3jyvQ0n7ctJyiXuXW6Q==",
+ "version": "5.47.1",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.47.1.tgz",
+ "integrity": "sha512-cW+Mzy9SCDapFV4OrkHuP6EFV2mAsiQd+gOa3PKtHNoKg6qPqQXZzBlHH+CnQG1osplBCqwsJZ8CfGO6XWah0g==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",
@@ -8067,7 +8067,7 @@
"tapable": "^2.1.1",
"terser-webpack-plugin": "^5.1.3",
"watchpack": "^2.2.0",
- "webpack-sources": "^3.0.1"
+ "webpack-sources": "^3.1.1"
},
"dependencies": {
"@types/estree": {
@@ -8141,9 +8141,9 @@
}
},
"webpack-sources": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.0.1.tgz",
- "integrity": "sha512-LkBxiXJ3tTuhLaS5gz6D6l77Et8mPWlghAe7bbnmi2PyN1CtkiL/YitR+I0pn9PtBC88Irqgg6F9dBJh8+sJRQ==",
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.1.1.tgz",
+ "integrity": "sha512-ztUmIWq0LWaw+1YyR3bXtUPjt8vQedtI9WxGn/q1V1ASHsombnaso7MN9S25lzKS/OuC9Q8lEg3GsZexjDbdlQ==",
"dev": true
},
"whatwg-fetch": {