Deps update

This commit is contained in:
Richard Davey 2021-10-13 14:47:24 +01:00
parent 0bf366a096
commit b8b9fe4cff
2 changed files with 8 additions and 9 deletions

15
package-lock.json generated
View file

@ -5,7 +5,6 @@
"requires": true,
"packages": {
"": {
"name": "phaser",
"version": "3.60.0-beta.2",
"license": "MIT",
"dependencies": {
@ -28,7 +27,7 @@
"terser-webpack-plugin": "^5.2.4",
"typescript": "^4.4.4",
"vivid-cli": "^1.1.2",
"webpack": "^5.58.1",
"webpack": "^5.58.2",
"webpack-cli": "^4.9.0",
"webpack-shell-plugin": "^0.5.0"
}
@ -3070,9 +3069,9 @@
}
},
"node_modules/webpack": {
"version": "5.58.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.58.1.tgz",
"integrity": "sha512-4Z/dmbTU+VmkCb2XNgW7wkE5TfEcSooclprn/UEuVeAkwHhn07OcgUsyaKHGtCY/VobjnsYBlyhKeMLiSoOqPg==",
"version": "5.58.2",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.58.2.tgz",
"integrity": "sha512-3S6e9Vo1W2ijk4F4PPWRIu6D/uGgqaPmqw+av3W3jLDujuNkdxX5h5c+RQ6GkjVR+WwIPOfgY8av+j5j4tMqJw==",
"dev": true,
"dependencies": {
"@types/eslint-scope": "^3.7.0",
@ -5625,9 +5624,9 @@
}
},
"webpack": {
"version": "5.58.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.58.1.tgz",
"integrity": "sha512-4Z/dmbTU+VmkCb2XNgW7wkE5TfEcSooclprn/UEuVeAkwHhn07OcgUsyaKHGtCY/VobjnsYBlyhKeMLiSoOqPg==",
"version": "5.58.2",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.58.2.tgz",
"integrity": "sha512-3S6e9Vo1W2ijk4F4PPWRIu6D/uGgqaPmqw+av3W3jLDujuNkdxX5h5c+RQ6GkjVR+WwIPOfgY8av+j5j4tMqJw==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",

View file

@ -79,7 +79,7 @@
"terser-webpack-plugin": "^5.2.4",
"typescript": "^4.4.4",
"vivid-cli": "^1.1.2",
"webpack": "^5.58.1",
"webpack": "^5.58.2",
"webpack-cli": "^4.9.0",
"webpack-shell-plugin": "^0.5.0"
},