Skip to content

Commit ed5a041

Browse files
Merge pull request #40 from krishnprakash/dependabot/npm_and_yarn/webpack-5.99.2
Bump webpack from 5.98.0 to 5.99.2
2 parents 456279b + 3852224 commit ed5a041

File tree

2 files changed

+4
-20
lines changed

2 files changed

+4
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"node-sass": "^9.0.0",
1818
"style-loader": "4.0.x",
1919
"sweetalert": "2.1.x",
20-
"webpack": "5.98.x"
20+
"webpack": "5.99.x"
2121
},
2222
"scripts": {
2323
"release": "NODE_ENV=production npm run build",

yarn.lock

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -487,10 +487,6 @@ arrify@^1.0.1:
487487
version "1.0.1"
488488
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
489489

490-
asap@~2.0.6:
491-
version "2.0.6"
492-
resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46"
493-
494490
asn1.js@^4.0.0:
495491
version "4.9.0"
496492
resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-4.9.0.tgz#f71a1243f3e79d46d7b07d7fbf4824ee73af054a"
@@ -2245,12 +2241,6 @@ promise-retry@^2.0.1:
22452241
err-code "^2.0.2"
22462242
retry "^0.12.0"
22472243

2248-
2249-
version "8.3.0"
2250-
resolved "https://registry.yarnpkg.com/promise/-/promise-8.3.0.tgz#8cb333d1edeb61ef23869fbb8a4ea0279ab60e0a"
2251-
dependencies:
2252-
asap "~2.0.6"
2253-
22542244
public-encrypt@^4.0.0:
22552245
version "4.0.0"
22562246
resolved "https://registry.yarnpkg.com/public-encrypt/-/public-encrypt-4.0.0.tgz#39f699f3a46560dd5ebacbca693caf7c65c18cc6"
@@ -2413,12 +2403,6 @@ sass-graph@^4.0.1:
24132403
scss-tokenizer "^0.4.3"
24142404
yargs "^17.2.1"
24152405

2416-
2417-
version "16.0.5"
2418-
resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-16.0.5.tgz#257bc90119ade066851cafe7f2c3f3504c7cda98"
2419-
dependencies:
2420-
neo-async "^2.6.2"
2421-
24222406
schema-utils@^0.3.0:
24232407
version "0.3.0"
24242408
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-0.3.0.tgz#f5877222ce3e931edae039f17eb3716e7137f8cf"
@@ -2916,9 +2900,9 @@ webpack-sources@^3.2.3:
29162900
version "3.2.3"
29172901
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
29182902

2919-
webpack@5.98.x:
2920-
version "5.98.0"
2921-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.98.0.tgz#44ae19a8f2ba97537978246072fb89d10d1fbd17"
2903+
webpack@5.99.x:
2904+
version "5.99.2"
2905+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.99.2.tgz#94e381594270d8d7dbbeb2473b1ea562c325e1fc"
29222906
dependencies:
29232907
"@types/eslint-scope" "^3.7.7"
29242908
"@types/estree" "^1.0.6"

0 commit comments

Comments
 (0)