Merge pull request #894 from CookieMonsterTeam/dependabot/npm_and_yarn/webpack-5.45.1

Bump webpack from 5.44.0 to 5.45.1
This commit is contained in:
Daniël van Noord
2021-07-19 07:57:01 +02:00
committed by GitHub
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -29,7 +29,7 @@
"ts-loader": "^9.2.3", "ts-loader": "^9.2.3",
"ts-node": "^10.0.0", "ts-node": "^10.0.0",
"typescript": "^4.3.4", "typescript": "^4.3.4",
"webpack": "^5.42.0", "webpack": "^5.45.1",
"webpack-cli": "^4.7.2" "webpack-cli": "^4.7.2"
} }
}, },
@@ -4330,9 +4330,9 @@
} }
}, },
"node_modules/webpack": { "node_modules/webpack": {
"version": "5.44.0", "version": "5.45.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.44.0.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.45.1.tgz",
"integrity": "sha512-I1S1w4QLoKmH19pX6YhYN0NiSXaWY8Ou00oA+aMcr9IUGeF5azns+IKBkfoAAG9Bu5zOIzZt/mN35OffBya8AQ==", "integrity": "sha512-68VT2ZgG9EHs6h6UxfV2SEYewA9BA3SOLSnC2NEbJJiEwbAiueDL033R1xX0jzjmXvMh0oSeKnKgbO2bDXIEyQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/eslint-scope": "^3.7.0", "@types/eslint-scope": "^3.7.0",
@@ -4353,7 +4353,7 @@
"loader-runner": "^4.2.0", "loader-runner": "^4.2.0",
"mime-types": "^2.1.27", "mime-types": "^2.1.27",
"neo-async": "^2.6.2", "neo-async": "^2.6.2",
"schema-utils": "^3.0.0", "schema-utils": "^3.1.0",
"tapable": "^2.1.1", "tapable": "^2.1.1",
"terser-webpack-plugin": "^5.1.3", "terser-webpack-plugin": "^5.1.3",
"watchpack": "^2.2.0", "watchpack": "^2.2.0",
@@ -7872,9 +7872,9 @@
} }
}, },
"webpack": { "webpack": {
"version": "5.44.0", "version": "5.45.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.44.0.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.45.1.tgz",
"integrity": "sha512-I1S1w4QLoKmH19pX6YhYN0NiSXaWY8Ou00oA+aMcr9IUGeF5azns+IKBkfoAAG9Bu5zOIzZt/mN35OffBya8AQ==", "integrity": "sha512-68VT2ZgG9EHs6h6UxfV2SEYewA9BA3SOLSnC2NEbJJiEwbAiueDL033R1xX0jzjmXvMh0oSeKnKgbO2bDXIEyQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/eslint-scope": "^3.7.0", "@types/eslint-scope": "^3.7.0",
@@ -7895,7 +7895,7 @@
"loader-runner": "^4.2.0", "loader-runner": "^4.2.0",
"mime-types": "^2.1.27", "mime-types": "^2.1.27",
"neo-async": "^2.6.2", "neo-async": "^2.6.2",
"schema-utils": "^3.0.0", "schema-utils": "^3.1.0",
"tapable": "^2.1.1", "tapable": "^2.1.1",
"terser-webpack-plugin": "^5.1.3", "terser-webpack-plugin": "^5.1.3",
"watchpack": "^2.2.0", "watchpack": "^2.2.0",

View File

@@ -59,7 +59,7 @@
"ts-loader": "^9.2.3", "ts-loader": "^9.2.3",
"ts-node": "^10.0.0", "ts-node": "^10.0.0",
"typescript": "^4.3.4", "typescript": "^4.3.4",
"webpack": "^5.42.0", "webpack": "^5.45.1",
"webpack-cli": "^4.7.2" "webpack-cli": "^4.7.2"
}, },
"ccrepo": { "ccrepo": {