mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-21 20:50:40 +00:00
chore(deps): update devdeps non-major
This commit is contained in:
parent
0a0877dbd2
commit
61e58b80ac
18
package-lock.json
generated
18
package-lock.json
generated
@ -15,7 +15,7 @@
|
||||
"store2": "2.14.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "7.24.1",
|
||||
"@babel/eslint-parser": "7.24.5",
|
||||
"@eloquent/git-version-webpack-plugin": "5.0.1",
|
||||
"autoprefixer": "10.4.19",
|
||||
"copy-webpack-plugin": "12.0.2",
|
||||
@ -29,7 +29,7 @@
|
||||
"npm-run-all2": "6.1.2",
|
||||
"postcss-loader": "8.1.1",
|
||||
"prettier": "3.2.5",
|
||||
"sass": "1.75.0",
|
||||
"sass": "1.76.0",
|
||||
"sass-loader": "14.2.1",
|
||||
"shx": "0.3.4",
|
||||
"svg-sprite": "2.0.4",
|
||||
@ -122,9 +122,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@babel/eslint-parser": {
|
||||
"version": "7.24.1",
|
||||
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.24.1.tgz",
|
||||
"integrity": "sha512-d5guuzMlPeDfZIbpQ8+g1NaCNuAGBBGNECh0HVqz1sjOeVLh2CEaifuOysCH18URW6R7pqXINvf5PaR/dC6jLQ==",
|
||||
"version": "7.24.5",
|
||||
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.24.5.tgz",
|
||||
"integrity": "sha512-gsUcqS/fPlgAw1kOtpss7uhY6E9SFFANQ6EFX5GTvzUwaV0+sGaZWk6xq22MOdeT9wfxyokW3ceCUvOiRtZciQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
|
||||
@ -136,7 +136,7 @@
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.11.0",
|
||||
"eslint": "^7.5.0 || ^8.0.0"
|
||||
"eslint": "^7.5.0 || ^8.0.0 || ^9.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@babel/generator": {
|
||||
@ -9133,9 +9133,9 @@
|
||||
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
|
||||
},
|
||||
"node_modules/sass": {
|
||||
"version": "1.75.0",
|
||||
"resolved": "https://registry.npmjs.org/sass/-/sass-1.75.0.tgz",
|
||||
"integrity": "sha512-ShMYi3WkrDWxExyxSZPst4/okE9ts46xZmJDSawJQrnte7M1V9fScVB+uNXOVKRBt0PggHOwoZcn8mYX4trnBw==",
|
||||
"version": "1.76.0",
|
||||
"resolved": "https://registry.npmjs.org/sass/-/sass-1.76.0.tgz",
|
||||
"integrity": "sha512-nc3LeqvF2FNW5xGF1zxZifdW3ffIz5aBb7I7tSvOoNu7z1RQ6pFt9MBuiPtjgaI62YWrM/txjWlOCFiGtf2xpw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"chokidar": ">=3.0.0 <4.0.0",
|
||||
|
@ -39,7 +39,7 @@
|
||||
"store2": "2.14.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "7.24.1",
|
||||
"@babel/eslint-parser": "7.24.5",
|
||||
"@eloquent/git-version-webpack-plugin": "5.0.1",
|
||||
"autoprefixer": "10.4.19",
|
||||
"copy-webpack-plugin": "12.0.2",
|
||||
@ -53,7 +53,7 @@
|
||||
"npm-run-all2": "6.1.2",
|
||||
"postcss-loader": "8.1.1",
|
||||
"prettier": "3.2.5",
|
||||
"sass": "1.75.0",
|
||||
"sass": "1.76.0",
|
||||
"sass-loader": "14.2.1",
|
||||
"shx": "0.3.4",
|
||||
"svg-sprite": "2.0.4",
|
||||
|
Loading…
Reference in New Issue
Block a user