Merge pull request #932 from OneUptime/snyk-upgrade-b16ef9d4021ec0f091b1c3daf6896f55

[Snyk] Upgrade the-new-css-reset from 1.7.3 to 1.11.1
This commit is contained in:
Simon Larsen 2023-11-21 21:15:14 +00:00 committed by GitHub
commit 920352ac97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": {
"@types/lodash": "^4.14.200",
"eslint-plugin-progress": "^0.0.1",
"the-new-css-reset": "^1.7.3",
"the-new-css-reset": "^1.11.1",
"ts-node": "^10.9.1",
"typeorm": "^0.3.14"
},
@ -4937,9 +4937,9 @@
"dev": true
},
"node_modules/the-new-css-reset": {
"version": "1.7.3",
"resolved": "https://registry.npmjs.org/the-new-css-reset/-/the-new-css-reset-1.7.3.tgz",
"integrity": "sha512-AiDZRlaS6ccC6CVHMEg+DQyZwfO0/KUvsz+vwmoOw9MlyNv/CaiOEhV1W3iw8ajQbWF0sXWYYhdKGMlCNyILPA=="
"version": "1.11.1",
"resolved": "https://registry.npmjs.org/the-new-css-reset/-/the-new-css-reset-1.11.1.tgz",
"integrity": "sha512-AsNpvcX9YkVja3ZwVYjwULYOyelhse4Atnnple2wPwrKdf3tEBXECBPAoTN+tMSFiFbi00jyprt7F9vhHornMw=="
},
"node_modules/thenify": {
"version": "3.3.1",
@ -9181,9 +9181,9 @@
"dev": true
},
"the-new-css-reset": {
"version": "1.7.3",
"resolved": "https://registry.npmjs.org/the-new-css-reset/-/the-new-css-reset-1.7.3.tgz",
"integrity": "sha512-AiDZRlaS6ccC6CVHMEg+DQyZwfO0/KUvsz+vwmoOw9MlyNv/CaiOEhV1W3iw8ajQbWF0sXWYYhdKGMlCNyILPA=="
"version": "1.11.1",
"resolved": "https://registry.npmjs.org/the-new-css-reset/-/the-new-css-reset-1.11.1.tgz",
"integrity": "sha512-AsNpvcX9YkVja3ZwVYjwULYOyelhse4Atnnple2wPwrKdf3tEBXECBPAoTN+tMSFiFbi00jyprt7F9vhHornMw=="
},
"thenify": {
"version": "3.3.1",

View File

@ -7,7 +7,7 @@
"dependencies": {
"@types/lodash": "^4.14.200",
"eslint-plugin-progress": "^0.0.1",
"the-new-css-reset": "^1.7.3",
"the-new-css-reset": "^1.11.1",
"ts-node": "^10.9.1",
"typeorm": "^0.3.14"
},