chore: bump dependencies

Signed-off-by: Ryan Wang <i@ryanc.cc>
This commit is contained in:
Ryan Wang 2022-03-09 22:24:19 +08:00
parent 8738f6af57
commit 06237479bb
3 changed files with 41 additions and 30 deletions

57
package-lock.json generated
View File

@ -9,15 +9,15 @@
"version": "1.3.3",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.5",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"autoprefixer": "^9.7.4",
"@babel/preset-env": "^7.16.11",
"autoprefixer": "^9.8.8",
"clean-css-cli": "^4.3.0",
"postcss-cli": "^7.1.0",
"postcss-cli": "^7.1.2",
"rimraf": "^3.0.2",
"uglify-js": "^3.8.0"
"uglify-js": "^3.15.2"
}
},
"node_modules/@ampproject/remapping": {
@ -5540,15 +5540,16 @@
}
},
"node_modules/autoprefixer": {
"version": "9.8.6",
"version": "9.8.8",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.8.tgz",
"integrity": "sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA==",
"dev": true,
"license": "MIT",
"dependencies": {
"browserslist": "^4.12.0",
"caniuse-lite": "^1.0.30001109",
"colorette": "^1.2.1",
"normalize-range": "^0.1.2",
"num2fraction": "^1.2.2",
"picocolors": "^0.2.1",
"postcss": "^7.0.32",
"postcss-value-parser": "^4.1.0"
},
@ -5560,6 +5561,12 @@
"url": "https://tidelift.com/funding/github/npm/autoprefixer"
}
},
"node_modules/autoprefixer/node_modules/picocolors": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz",
"integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
"dev": true
},
"node_modules/babel-plugin-polyfill-corejs2": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz",
@ -5827,11 +5834,6 @@
"dev": true,
"license": "MIT"
},
"node_modules/colorette": {
"version": "1.2.1",
"dev": true,
"license": "MIT"
},
"node_modules/commander": {
"version": "2.20.3",
"dev": true,
@ -6903,9 +6905,10 @@
}
},
"node_modules/uglify-js": {
"version": "3.11.0",
"version": "3.15.2",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.15.2.tgz",
"integrity": "sha512-peeoTk3hSwYdoc9nrdiEJk+gx1ALCtTjdYuKSXMTDqq7n1W7dHPqWDdSi+BPL0ni2YMeHD7hKUSdbj3TZauY2A==",
"dev": true,
"license": "BSD-2-Clause",
"bin": {
"uglifyjs": "bin/uglifyjs"
},
@ -11076,16 +11079,26 @@
"dev": true
},
"autoprefixer": {
"version": "9.8.6",
"version": "9.8.8",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.8.tgz",
"integrity": "sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA==",
"dev": true,
"requires": {
"browserslist": "^4.12.0",
"caniuse-lite": "^1.0.30001109",
"colorette": "^1.2.1",
"normalize-range": "^0.1.2",
"num2fraction": "^1.2.2",
"picocolors": "^0.2.1",
"postcss": "^7.0.32",
"postcss-value-parser": "^4.1.0"
},
"dependencies": {
"picocolors": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz",
"integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
"dev": true
}
}
},
"babel-plugin-polyfill-corejs2": {
@ -11274,10 +11287,6 @@
"version": "1.1.3",
"dev": true
},
"colorette": {
"version": "1.2.1",
"dev": true
},
"commander": {
"version": "2.20.3",
"dev": true
@ -11963,7 +11972,9 @@
}
},
"uglify-js": {
"version": "3.11.0",
"version": "3.15.2",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.15.2.tgz",
"integrity": "sha512-peeoTk3hSwYdoc9nrdiEJk+gx1ALCtTjdYuKSXMTDqq7n1W7dHPqWDdSi+BPL0ni2YMeHD7hKUSdbj3TZauY2A==",
"dev": true
},
"universalify": {

View File

@ -38,15 +38,15 @@
},
"homepage": "https://github.com/LIlGG/halo-theme-sakura#readme",
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.5",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"autoprefixer": "^9.7.4",
"@babel/preset-env": "^7.16.11",
"autoprefixer": "^9.8.8",
"clean-css-cli": "^4.3.0",
"postcss-cli": "^7.1.0",
"postcss-cli": "^7.1.2",
"rimraf": "^3.0.2",
"uglify-js": "^3.8.0"
"uglify-js": "^3.15.2"
},
"dependencies": {}
}

File diff suppressed because one or more lines are too long