package updates

This commit is contained in:
Matthias Kretschmann 2022-03-11 20:03:07 +00:00
parent cc391e7da4
commit c74c7f1960
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 32 additions and 32 deletions

44
package-lock.json generated
View File

@ -9,18 +9,18 @@
"version": "0.4.3",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/helper-define-map": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"auto-changelog": "^2.3.0",
"chalk": "^5.0.0",
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.5",
"@babel/helper-define-map": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"auto-changelog": "^2.4.0",
"chalk": "^5.0.1",
"cross-env": "^7.0.3",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.0",
"release-it": "^14.11.8"
"prettier": "^2.5.1",
"release-it": "^14.12.5"
},
"engines": {
"node": ">=12"
@ -4709,9 +4709,9 @@
}
},
"node_modules/chalk": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.0.0.tgz",
"integrity": "sha512-/duVOqst+luxCQRKEo4bNxinsOQtMP80ZYm7mMqzuh5PociNL0PvmHFvREJ9ueYL2TxlHjBcmLCdmocx9Vg+IQ==",
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.0.1.tgz",
"integrity": "sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==",
"dev": true,
"engines": {
"node": "^12.17.0 || ^14.13 || >=16.0.0"
@ -18409,9 +18409,9 @@
"peer": true
},
"node_modules/selfsigned": {
"version": "1.10.11",
"resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-1.10.11.tgz",
"integrity": "sha512-aVmbPOfViZqOZPgRBT0+3u4yZFHpmnIghLMlAcb5/xhp5ZtB/RVnKhz5vl2M32CLXAqR4kha9zfhNg0Lf/sxKA==",
"version": "1.10.14",
"resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-1.10.14.tgz",
"integrity": "sha512-lkjaiAye+wBZDCBsu5BGi0XiLRxeUlsGod5ZP924CRSEoGuZAw/f7y9RKu28rwTfiHVhdavhB0qH0INV6P1lEA==",
"optional": true,
"peer": true,
"dependencies": {
@ -26085,9 +26085,9 @@
"peer": true
},
"chalk": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.0.0.tgz",
"integrity": "sha512-/duVOqst+luxCQRKEo4bNxinsOQtMP80ZYm7mMqzuh5PociNL0PvmHFvREJ9ueYL2TxlHjBcmLCdmocx9Vg+IQ==",
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.0.1.tgz",
"integrity": "sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==",
"dev": true
},
"character-entities": {
@ -36390,9 +36390,9 @@
"peer": true
},
"selfsigned": {
"version": "1.10.11",
"resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-1.10.11.tgz",
"integrity": "sha512-aVmbPOfViZqOZPgRBT0+3u4yZFHpmnIghLMlAcb5/xhp5ZtB/RVnKhz5vl2M32CLXAqR4kha9zfhNg0Lf/sxKA==",
"version": "1.10.14",
"resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-1.10.14.tgz",
"integrity": "sha512-lkjaiAye+wBZDCBsu5BGi0XiLRxeUlsGod5ZP924CRSEoGuZAw/f7y9RKu28rwTfiHVhdavhB0qH0INV6P1lEA==",
"optional": true,
"peer": true,
"requires": {

View File

@ -19,18 +19,18 @@
"maintained node versions"
],
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/helper-define-map": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"auto-changelog": "^2.3.0",
"chalk": "^5.0.0",
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.5",
"@babel/helper-define-map": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"auto-changelog": "^2.4.0",
"chalk": "^5.0.1",
"cross-env": "^7.0.3",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.0",
"release-it": "^14.11.8"
"prettier": "^2.5.1",
"release-it": "^14.12.5"
},
"peerDependencies": {
"gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0",