Skip to content

Commit a80d367

Browse files
committed
bump versions
1 parent a05f9b0 commit a80d367

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codec-string",
33
"version": "0.1.3",
4-
"description": "decode the codec= string in a media mime type",
4+
"description": "decode the codecs= string in a media mime type",
55
"type": "module",
66
"engines": {
77
"node": ">=16"
@@ -28,17 +28,17 @@
2828
"author": "paul_higgs@hotmail.com",
2929
"license": "BSD",
3030
"dependencies": {
31-
"@babel/preset-env": "^7.22.20",
32-
"babel-loader": "^9.1.3",
31+
"@babel/preset-env": "^7.26.0",
32+
"babel-loader": "^9.2.1",
3333
"clean-webpack-plugin": "^4.0.0",
3434
"eslint-plugin-import-quotes": "^0.0.1",
35-
"eslint-webpack-plugin": "^4.0.1",
36-
"html-webpack-plugin": "^5.5.3",
37-
"webpack-merge": "^5.9.0"
35+
"eslint-webpack-plugin": "^4.2.0",
36+
"html-webpack-plugin": "^5.6.3",
37+
"webpack-merge": "^6.0.1"
3838
},
3939
"devDependencies": {
4040
"webpack-cli": "^5.1.4",
41-
"webpack-dev-server": "^4.15.1"
41+
"webpack-dev-server": "^5.1.0"
4242
},
4343
"repository": {
4444
"type": "git",

0 commit comments

Comments
 (0)